ShowGroups Property (ComboBoxBase<T>)
In This Topic
Gets or sets a value that determines whether the drop-down should include group header items to delimit data groups.
Syntax
'Declaration
Public Overridable Property ShowGroups As System.Boolean
'Usage
Dim instance As ComboBoxBase(Of T)
Dim value As System.Boolean
instance.ShowGroups = value
value = instance.ShowGroups
public virtual System.bool ShowGroups {get; set;}
public read-write property ShowGroups: System.Boolean; virtual;
public function get,set ShowGroups : System.boolean
public: __property virtual System.bool get_ShowGroups();
public: __property virtual void set_ShowGroups(
System.bool value
);
public:
virtual property System.bool ShowGroups {
System.bool get();
void set ( System.bool value);
}
See Also